home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / stdapp.zip / LOG < prev    next >
Text File  |  1993-03-05  |  2KB  |  72 lines

  1.  
  2. Operating System/2 Program Maintenance Utility
  3. Version 2.000.000 Dec 02 1991
  4. Copyright (C) IBM Corporation 1988-1991.
  5. Copyright (C) Microsoft Corp. 1988-1991.
  6. All rights reserved.
  7.  
  8.     rc -r api.rc
  9. Operating System/2  Resource Compiler
  10. Version 2.00.000 Nov 9 1991
  11. (C) Copyright IBM Corporation 1988-1991
  12. (C) Copyright Microsoft Corp. 1985-1991
  13. All rights reserved.
  14.  
  15.  
  16. Creating binary resource file api.RES
  17. RC:  RCPP -E -D RC_INVOKED -f api.rc -ef C:\OS2\RCPP.ERR -I C:\TOOLKT20\C\OS2H -I C:\IBMC\INCLUDE -I C:\TOOLKT20\SC -I C:\TOOLKT20\ASM\OS2INC -I C:\TOOLKT20\ASM\OS2INC
  18.  
  19. api.rc...
  20.     icc /c /Gd+ /Ge- /Gm+ /Kb+ /Ms /Re /Se /ss /Ti+ -FoStdApp.obj StdApp.c
  21.     icc /c /Gd+ /Ge- /Gm+ /Kb+ /Ms /Re /Se /ss /Ti+ -FoUtl.obj Utl.c
  22.     echo StdApp.obj            utl.obj           > api.lnk
  23.     echo api.dll               >> api.lnk
  24.     echo api.map               >> api.lnk
  25.     echo DDE4NBS + os2386            >> api.lnk
  26.     echo api.def               >> api.lnk
  27.     LINK386  /NOE /NOD /CODEVIEW /ALIGN:16 /EXEPACK /M @api.lnk
  28.  
  29. Operating System/2 LX (Linear Executable) Linker
  30. Version 2.00.000 Feb 25 1992
  31. Copyright (C) IBM Corporation 1988-1992.
  32. Copyright (C) Microsoft Corp. 1988-1992.
  33. All rights reserved.
  34.  
  35. Object Modules [.obj]: /NOE /NOD /CODEVIEW /ALIGN:16 /EXEPACK /M StdApp.obj            utl.obj 
  36. Run File [StdApp.exe]: api.dll               
  37. List File [api.map]: api.map               
  38. Libraries [.lib]: DDE4NBS + os2386            
  39. Definitions File [nul.def]: api.def               
  40.     rc api.res api.dll
  41. Operating System/2  Resource Compiler
  42. Version 2.00.000 Nov 9 1991
  43. (C) Copyright IBM Corporation 1988-1991
  44. (C) Copyright Microsoft Corp. 1985-1991
  45. All rights reserved.
  46.  
  47.  
  48. Reading binary resource file api.res
  49.  
  50. ....
  51. Writing resources to OS/2 v2.0 Linear .EXE file
  52. Writing 2 DEMAND resource object(s)
  53.   Writing:  728 bytes in 1 page(s)
  54.     1.10 (382 bytes)
  55.     2.10 (341 bytes)
  56.   Writing:  36 bytes in 1 page(s)
  57.     9999.18 (10 bytes)
  58.     9998.19 (24 bytes)
  59.  
  60.     copy api.dll ..
  61.         1 file(s) copied.
  62.     implib api.lib api.def
  63.  
  64. Operating System/2 Import Library Manager
  65. Version 2.00.000 Feb 14 1992
  66. Copyright (C) IBM Corporation 1988-1992.
  67. Copyright (C) Microsoft Corp. 1988-1992.
  68. All rights reserved.
  69.  
  70.     copy api.lib ..
  71.         1 file(s) copied.
  72.